func runtime.isSystemGoroutine
10 uses
runtime (current package)
heapdump.go#L358: dumpbool(isSystemGoroutine(gp, false))
mprof.go#L1424: if readgstatus(fing) != _Gdead && !isSystemGoroutine(fing, false) {
mprof.go#L1500: if isSystemGoroutine(gp1, true) {
mprof.go#L1577: return gp1 != gp && readgstatus(gp1) != _Gdead && !isSystemGoroutine(gp1, false)
proc.go#L4278: if isSystemGoroutine(gp, false) {
proc.go#L5037: if isSystemGoroutine(newg, false) {
proc.go#L5962: if isSystemGoroutine(gp, false) {
proc.go#L6453: return isSystemGoroutine(gp, true)
traceback.go#L1264: if gp == me || gp == curgp || readgstatus(gp) == _Gdead || isSystemGoroutine(gp, false) && level < 2 {
traceback.go#L1337: func isSystemGoroutine(gp *g, fixed bool) bool {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |